From: Henrik Enberg Date: Sat, 21 Jan 2006 15:28:23 +0000 (+0000) Subject: (rmail-message-senders-p): Fix Typo. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8790^2~89 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=68992e9684b3d8db8e62edea2f43ad7ad67d0120;p=emacs.git (rmail-message-senders-p): Fix Typo. --- diff --git a/lisp/mail/rmailsum.el b/lisp/mail/rmailsum.el index f15e7d9f009..bd174be82e5 100644 --- a/lisp/mail/rmailsum.el +++ b/lisp/mail/rmailsum.el @@ -199,7 +199,7 @@ The From header is tested." (rmail-desc-get-start msg) (rmail-desc-get-end msg)) (goto-char (point-min)) - (string-match senders (or (mail-fetch-field "From") "")))) + (string-match sender (or (mail-fetch-field "From") "")))) ;;;; General making of a summary buffer.